Reorganize WebRTC-SVC tests in multiple files A single file with all the tests used to timeout as it would take too long. Also mark the Mac tests as possibly failing since there might be issues on some devices. Bug: 986069 Change-Id: I828ec51c0cab66b2482cf1215cc6674a12d03e54 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4079144 Reviewed-by: Harald Alvestrand <hta@chromium.org> Commit-Queue: Florent Castelli <orphis@chromium.org> Auto-Submit: Florent Castelli <orphis@chromium.org> Cr-Commit-Position: refs/heads/main@{#1079212} diff --git a/webrtc-svc/RTCRtpParameters-scalability-h264.html b/webrtc-svc/RTCRtpParameters-scalability-h264.html new file mode 100644 index 0000000..2a595a8 --- /dev/null +++ b/webrtc-svc/RTCRtpParameters-scalability-h264.html
@@ -0,0 +1,18 @@ +<!doctype html> +<meta charset=utf-8> +<meta name="timeout" content="long"> +<title>H264 scalabilityMode</title> +<script src="/resources/testharness.js"></script> +<script src="/resources/testharnessreport.js"></script> +<script src="/webrtc/RTCRtpParameters-helper.js"></script> +<script src="/webrtc/RTCPeerConnection-helper.js"></script> +<script src="/webrtc-svc/svc-helper.js"></script> +<script> + 'use strict'; + + createScalabilityTest('video/H264', [ + "L1T1", + "L1T2", + "L1T3" + ]); +</script>